img[photo-swipe-image=true]:hover,
picture[photo-swipe-image=true]:hover,
.photo-swipe-wrapper:hover {
  cursor: pointer;
}

.download-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}

.pswp__button.pswp__button--arrow:hover svg {
  fill: darkblue;
}

.pswp__button.pswp__button--arrow:active svg {
  fill: black;
}/*# sourceMappingURL=photoSwipeCustom.css.map */